object formEditString: TformEditString Left = 299 Top = 328 ActiveControl = editData BorderStyle = bsDialog Caption = 'Change string data' ClientHeight = 145 ClientWidth = 369 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object labelValue: TLabel Left = 8 Top = 8 Width = 353 Height = 17 AutoSize = False Caption = 'Name of value:' end object labelData: TLabel Left = 8 Top = 56 Width = 353 Height = 17 AutoSize = False Caption = 'Value data:' end object bnOK: TButton Left = 288 Top = 112 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object bnCancel: TButton Left = 200 Top = 112 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object editValue: TEdit Left = 8 Top = 24 Width = 353 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 2 end object editData: TEdit Left = 8 Top = 72 Width = 353 Height = 21 TabOrder = 3 end end